home *** CD-ROM | disk | FTP | other *** search
/ The Guru Press Kit / The Guru Press Kit.iso / pc / theguru.dxr / 00027_reddotcode2.ls < prev    next >
Encoding:
Text File  |  2002-12-17  |  372 b   |  16 lines

  1. property spriteNum
  2. global gCount, gListOfSelections, gGalleryNumber
  3.  
  4. on mouseUp me
  5.   case gGalleryNumber of
  6.     1:
  7.       vNum = spriteNum - 10
  8.       sprite(vNum).blend = 100
  9.       sprite(spriteNum).loc = point(-2000, -2000)
  10.       gCount = vNum - 17
  11.       vTempNum = gListOfSelections.findPos(gCount)
  12.       deleteAt(gListOfSelections, vTempNum)
  13.       go(21)
  14.   end case
  15. end
  16.